Miner.Responder.Shared Namespace > UserInputManager Class > GetUserInput Method : GetUserInput(IUserInput[]) Method |
'Declaration
Protected Overloads MustOverride Function GetUserInput( _ ByVal userInputs() As IUserInput _ ) As System.Collections.IDictionary
'Usage
Dim instance As UserInputManager Dim userInputs() As IUserInput Dim value As System.Collections.IDictionary value = instance.GetUserInput(userInputs)
protected abstract System.Collections.IDictionary GetUserInput( IUserInput[] userInputs )
protected function GetUserInput( userInputs: IUserInputarray of ): System.Collections.IDictionary; abstract;
protected __abstract function GetUserInput( userInputs : IUserInput[] ) : System.Collections.IDictionary;
protected: abstract System.Collections.IDictionary* GetUserInput( IUserInput*[]* userInputs )
protected: abstract System.Collections.IDictionary^ GetUserInput( array<IUserInput^>^ userInputs )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2